Hi,
We are using the Rest API for incidents. We are facing issues while changing the status from “Acknowledged” to “Triggered”.
E.g. The incident is created, then its status is changed to “Acknowledged”. Now we are trying to change its status to “Triggered”.
Following is the data:
API documentation: https://api-reference.pagerduty.com/#!/Incidents/put_incidents_id
sample request body:
{
“incident”: {
“type”: “incident_reference”,
“status”: “triggered”
}
}
or
API documentation: https://api-reference.pagerduty.com/#!/Incidents/put_incidents_id
sample request body:
{
“incident”: {
“type”: “incident_reference”,
“status”: “unacknowledged”
}
}
Kindly let us know how to change the status to “Triggered” using Rest API?
Thank You
Regards,
Sonal